396. Araxis Merge File Comparison Report

Produced by Araxis Merge on 2021-05-13 09:09:21 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

396.1 Files compared

#LocationFileLast Modified
1/Applications/Ampps/www/Porto 3.2.2/Theme Files/Magento 2.x/Porto Theme/app/design/frontend/Smartwave/porto_rtl/Magento_Customer/web/css/source_email.less2016-05-15 10:01:46 +0000
2/Applications/Ampps/www/Porto v4.0.0/Theme Files/Magento 2.x/Porto Theme/app/design/frontend/Smartwave/porto_rtl/Magento_Customer/web/css/source_email.less2016-05-15 10:01:46 +0000

396.2 Comparison summary

DescriptionBetween
Files 1 and 2
Text BlocksLines
Unchanged1146
Changed00
Inserted00
Removed00

396.3 Comparison options

WhitespaceConsecutive whitespace is treated as a single space
Character caseDifferences in character case are significant
Line endingsDifferences in line endings (CR and LF characters) are ignored
CR/LF charactersNot shown in the comparison detail
Active line-pairing rules

396.4 Active regular expressions

No regular expressions were active.

396.5 Comparison detail

1 // /** 1 // /**
2 //  * Copyright © 2015 Magento. All rights reserved. 2 //  * Copyright © 2015 Magento. All rights reserved.
3 //  * See COPYING.txt for license details. 3 //  * See COPYING.txt for license details.
4 //  */ 4 //  */
5  5 
6 // 6 //
7 //  Customer Module Styles 7 //  Customer Module Styles
8 //  _____________________________________________ 8 //  _____________________________________________
9  9 
10 .email-credentials { 10 .email-credentials {
11     width: 100%; 11     width: 100%;
12  12 
13     th { 13     th {
14         text-align: right; 14         text-align: right;
15     } 15     }
16  16 
17     tr + tr { 17     tr + tr {
18         th, 18         th,
19         td { 19         td {
20             padding-bottom: @indent__s; 20             padding-bottom: @indent__s;
21         } 21         }
22     } 22     }
23 } 23 }
24  24 
25 .email-features { 25 .email-features {
26     width: 100%; 26     width: 100%;
27  27 
28     td { 28     td {
29         width: 50%; 29         width: 50%;
30  30 
31         table { 31         table {
32             width: 100%; 32             width: 100%;
33  33 
34             td { 34             td {
35                 padding-left: @indent__s; 35                 padding-left: @indent__s;
36                 width: 30px; 36                 width: 30px;
37  37 
38                 h3 { 38                 h3 {
39                     margin-bottom: 0; 39                     margin-bottom: 0;
40                     margin-top: 5px; 40                     margin-top: 5px;
41                 } 41                 }
42  42 
43                 p { 43                 p {
44                     margin-bottom: 0; 44                     margin-bottom: 0;
45                 } 45                 }
46             } 46             }
47  47 
48             td + td { 48             td + td {
49                 padding-left: @indent__m; 49                 padding-left: @indent__m;
50                 width: auto; 50                 width: auto;
51             } 51             }
52         } 52         }
53     } 53     }
54  54 
55     tr + tr > td { 55     tr + tr > td {
56         padding-top: @indent__base; 56         padding-top: @indent__base;
57     } 57     }
58 } 58 }
59  59 
60 .media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__xs) { 60 .media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__xs) {
61     .email-features{ 61     .email-features{
62         > tbody { 62         > tbody {
63             > tr { 63             > tr {
64                 > td { 64                 > td {
65                     clear: both; 65                     clear: both;
66                     display: block; 66                     display: block;
67                     padding-top: @indent__base; 67                     padding-top: @indent__base;
68                     width: auto !important; 68                     width: auto !important;
69                 } 69                 }
70             } 70             }
71         } 71         }
72     } 72     }
73 } 73 }